@media all and (min-width: 200px) and (max-width: 1080px) {
  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: black;
    color: grey;
  }
  body .terms {
    padding: 1em;
  }
  body .terms .our-terms h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 0.4rem;
  }
  body .terms .our-terms p {
    text-align: justify;
    font-size: 70%;
    letter-spacing: 0.1rem;
  }
  body .terms .conditions h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 100%;
    letter-spacing: 0.4rem;
  }
  body .terms .conditions p {
    text-align: justify;
    font-size: 70%;
    letter-spacing: 0.1rem;
  }
}
@media all and (min-width: 1080px) and (max-width: 3000px) {
  body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background: black;
    color: grey;
  }
  body .terms {
    padding: 1em;
  }
  body .terms .our-terms h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 200%;
    letter-spacing: 0.4rem;
  }
  body .terms .our-terms p {
    text-align: justify;
    font-size: 100%;
    letter-spacing: 0.1rem;
  }
  body .terms .conditions h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 200%;
    letter-spacing: 0.4rem;
  }
  body .terms .conditions p {
    text-align: justify;
    font-size: 100%;
    letter-spacing: 0.1rem;
  }
}/*# sourceMappingURL=terms and conditions.css.map */